@charset "utf-8";
html,
body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
i,
em,
s,
u,
dl,
dt,
dd,
ul,
ol,
li,
strong,
span,
table,th,tr,td,
img,
div,
form,fieldset,legend,
input,
button,
select,
option,
textarea,
label,
iframe {
margin: 0;
padding:0
}
img{
  border: 0px;
}
a{
text-decoration: none;
}
ol,ul,li{
list-style: none;
}
html,body{
height: 100%;
}
textarea{ /* 文本域拉伸，根据需求而定 */
resize: none；
}
*{
  font-family: "Microsoft YaHei";
}
input,button,textarea{
outline: none;
}

img{
max-width: 100%;
width: auto\9;
-ms-interpolation-mode: bicubic;
border: 0px;
}
input,input[type=submit],
[type=reset],[type=button]{
resize: none;
}
/* 清楚浮动 */
.clear_fix::after{
content: " ";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
/* 设置背景文字颜色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
color: #ccc;
}
/* 单行溢出 */
.spill{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spill a:hover{
color:#015293;
}
/* 多行溢出 */
.spills{
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
}
/* 标题选中颜色 */
.selection a{
  color: #015293 !important;
}
/* 选择标题样式 */
.select_the_heading_style{
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  height: 50px;
  color: #fff;
  height: 32px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 28px;
}
.select_the_heading_style li{
  display: inline-block;
  color: #999999;
  font-size: 22px;
}
.select_the_heading_style span{
  font-size: 22px;
  color: #999999;
  padding: 0px 15px;
}
.select_the_heading_style a{
  font-size: 22px;
  color: #999999;
}
/* 内容统一样式 */
.choice {
  padding-top: 7px;
}
.choice p{
  display: inline-block;
}
.choice li{
  line-height: 38px;
}
.choice a{
  color: #333333;
}
.choice span{
  color: #999999;
  float: right;
}

/* 居中定宽 */
.centered_width{
  width: 1200px;
  margin: 0px auto;
}
/* 右浮动 */
.floatright{
  float: right;
}
/* 左浮动 */
.floatleft{
  float: left;
}
/* 轮播开始 */
.carousel{
  width: 636px;
  height: 386px;
  display: inline-block;
  position: relative;
}
.slideshow li{
    width: 636px;
    height: 386px;
    display: inline-block;
}
.slideshow {
  display: inline-block;
  height: 386px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slideshow span{
  display: inline-block;
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.slideshow img{
  width: 636px;
  height: 386px;
  display: block;
}
.slideshow span a{
  font-size: 16px;
  color: #ffffff;
}
.slideshow span p{
  width: 500px;
  display: inline-block;
  padding-left: 20px;
  color: #ffffff;
}
.selection_criteria{
  display: inline-block;
  font-size: 0px;
}
.selection_criteria li{
  margin-left: 7px;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #e0e0e0;
  cursor: pointer;
}
.selection_criteria .opacity{
  background: #ffffff;
}
.selection_criteria .marker{
  background: #ffffff;
}
/* 底部轮播链接 */
.bottom_shuffling{
  text-align: center;
  margin-top: 60px;
}
.rotary_map_link ul{
  font-size: 0px;
}
.rotary_map_link li{
  
  display: inline-block;
}
.rotary_map_link span{
  position: relative;
  top: -90px;
  vertical-align: top;
}
/* 阴影动画 */
.shadow{
  box-shadow:0px 3px 15px rgba(36,51,64,0.1);
  transition: 0.4s;
}
.shadow:hover{
  box-shadow:0px 6px 15px rgba(36,51,64,0.15);
}

/* 切换主题样式 */
.topic li{
  display: inline-block;
  color: #999999;
  font-size: 22px;
  font-weight: bold;
}
.topic li a{
  color: #999999;
}
.topic span{
  color: #999999;
  font-size: 22px;
  padding:0px 30px ;
}
.topic{
  padding-bottom: 13px;
  border-bottom: 1px #E0E0E0 solid;
}
/* 切换内容样式 */
.content_list span{
  float: right;
}
.content_list li{
  line-height: 50px;
  color: #333333;
  height: 50px;
}
.content_list p{
  width: 650px;
  display: inline-block;
}
.content_list li a{
  color: #333333;
}
/* 选中状态 */
.checked h3,.checked a{
  color: #015293 !important;
}

/* 头部搜索样式 */
.search {
  position: relative;
  display: inline-block;
}
/* 整体样式 */
.main {
  min-width: 1200px;
  width: 100%;
}
.min {
  min-width: 1200px;
  width: 100%;
}
.choice  p:hover {
    transform: translate(-4px,0px);
    transition: 0.4s;
}
.choice a:hover {
    color: #015293;
}
/* 悬停效果 */
.hover a:hover {
  color: #015293;
}